home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / net-wireless / btscanner-2.1 / btscanner-2.1.ebuild < prev    next >
Text File  |  2006-01-24  |  622b  |  23 lines

  1. # Copyright 1999-2005 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: Exp $
  4.  
  5. DESCRIPTION="A utility for bluetooth scanning and discovery supporting multiple dongles"
  6. HOMEPAGE="http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads"
  7. SRC_URI="http://www.pentest.co.uk/src/${P}.tar.bz2"
  8.  
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="~x86"
  12. IUSE=""
  13.  
  14. DEPEND=">=net-wireless/bluez-utils-2.15
  15.     >=net-wireless/bluez-libs-2.15
  16.     >=dev-libs/libxml2-2.6*
  17.     >=sys-libs/ncurses-5.4*"
  18.  
  19. src_install() {
  20.     make DESTDIR="${D}" install || die "install failed"
  21.     dodoc ChangeLog README NEWS TODO USAGE
  22. }
  23.